Displays logging host configuration details.
Exec mode
You can run this command without specifying a name to display configuration information for all.
The following example shows configuration for all logging hosts on the device.
device# show running-config system logging host 
system logging host H1 
  address 1.1.1.1 
system logging host logger 
  address 192.168.1.1 
  port 514 
  transport TCP 
  secure-forwarding TLS 
system logging host myServer 
  address 10.20.30.40 
  port 515
			
			
				The following example shows configuration information for the logging host logger.
device# show running-config system logging host logger 
system logging host logger 
  address 192.168.1.1 
  port 514 
  transport TCP 
  secure-forwarding TLS